From 6faafbff6eab8992ef226ba40ca895876698b47d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 30 Mar 2016 21:54:04 -0400 Subject: [PATCH] Use AM_DISTCHECK_CONFIGURE_FLAGS This is preferred over DISTCHECK_CONFIGURE_FLAGS in modern automake. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a4c56a7701..38e8b1ccb1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,7 +95,7 @@ ChangeLog: uninstall-local: rm -f $(DESTDIR)$(pkgconfigdir)/gtk+-3.0.pc -DISTCHECK_CONFIGURE_FLAGS = \ +AM_DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --disable-doc-cross-references \ --enable-man \ -- 2.30.2